/* 首页 */


/* banber图下面轮播 */

.facilitySwiper {
    padding-top: 60px;
    position: relative;
    top: -60px;
}

.facilitySwiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 320px;
    background-color: #f4f2f2;
}

.facilitySwiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    background-color: #f9f9f9;
}

.facility-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 100px;
}

.facility-item-text1 {
    font-size: 20px;
    line-height: 45px
}

.facility-item-text2 {
    font-size: 12px;
	    text-align: center;
    line-height: 30px
}

.facility-item-img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.facility-item-img img {
    width: 100%;
    height: 0px;
    opacity: 0;
}

.facility-item-top {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 60px;
    opacity: 0;
    background-color: #21659ca7;
}

.facility-item-text3 {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.facility-item-text4 {
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.swiper-slide:hover .facility-item-img img {
    height: 100%;
    opacity: 1;
    transition: 0.5s all ease;
}

.swiper-slide:hover .facility-item-top {
    top: -60px;
    opacity: 1;
    transition: 0.5s all ease;
}

.facilityPagination {
    bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 30px; */
}

.facilityPagination .swiper-pagination-bullet {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background-color: #045899;
}

.facilityPagination .swiper-pagination-bullet-active {
    background-color: #df7b20;
}


/* 业务范围 */

.business {
    max-width: 1540px;
    margin: 0 auto;
    overflow: hidden;
}

.business-tab {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.business-tab-item {
    width: 180px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    margin-right: 12px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.business-tab-item img {
    margin-left: 30px;
}

.business-tab-item img:nth-child(1) {
    display: inline-block;
}

.business-tab-item img:nth-child(2) {
    display: none;
}

.business-tab .active {
    background-color: #045899;
    color: #fff;
}

.business-tab .active img:nth-child(1) {
    display: none;
}

.business-tab .active img:nth-child(2) {
    display: inline-block;
}

.business-box {
    display: none;
    max-width: 1540px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.business-item {
    background-color: #fff;
    position: relative;
}
.business-item a{
display: block;
}
.business-item-sy {
width:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
pointer-events:none;
}
.business-item-img {
    width: 100%;
}

.business-item-img img {
    width: 100%;
}

.business-item .business-item-more {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    color: #333333;
}

.business-item-more img {
    width: 24px;
    height: 24px;
}


/* 关于我们 */

.about {
    width: 100%;
    overflow: hidden;
}

.about-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    height: 570px;
    color: #fff;
    padding-left: 25%;
    padding-right: 5%;
    background-color: #045899;
}

.about-left h5 {
    font-size: 23px;
}

.about-left h4 {
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
}

.about-left p {
    font-size: 18px;
    line-height: 40px;
}

.about-left a {
    width: 150px;
    font-size: 15px;
    color: #ffffff;
    padding: 10px;
    margin-top: 30px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.about-left a img {
    margin-left: 20px;
}

.about-right {
    display: flex;
    align-items: center;
    width: 100%;
    height: 570px;
    background: url(../image/index-bg-06.png) no-repeat center;
    background-size: 100% 100%;
}

.shuju {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.sj {
    width: 33%;
    text-align: center;
    margin-bottom: 50px;
}

.sj_top {
    font-size: 18px;
    color: #fff;
}

.sj_top b {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
}

.sj_bot {
    font-size: 18px;
    color: #fff;
}

.about-left2 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25%;
    padding-right: 5%;
    color: #fff;
    background: url(../image/index-bg-05.png) no-repeat center;
    background-size: 100% 100%;
}

.about-left2 h3 {
    font-size: 44px;
}

.about-left2 h4 {
    font-size: 33px;
}

.about-right2 {
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background: url(../image/index-bg-06.png) no-repeat center;
    background-size: 100% 100%;
}

.about-right2-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 33px;
    line-height: 60px;
    color: #045899;
    background-color: #eeeeee;
}

.about-right2 .about-right2-item:nth-child(2) {
    background-color: #dedede;
}

.about-right2 .about-right2-item:nth-child(3) {
    background-color: #d1d0d0;
}


/* 合作伙伴 */

.partners {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.paritem {
    font-size: 0;
    text-align: center;
    margin-top: -50px;
}

.paritem:first-child {
    margin-top: 0;
}

.paritem a {
    display: inline-block;
    width: 16%;
    position: relative;
    margin: 0 calc(4% / 12);
}

.parbg img {
    width: 100%;
}

.parcontainer {
    position: relative;
    width: 100%;
    text-align: center;
}

.parcontainer-bg {
    position: absolute;
    top: 0px;
    left: 0px;
}

.parcontainer-bg:hover {
    opacity: 0;
    transition: 0.5s all ease;
}

.parcontainer img {
    width: 100%;
}

.partners-more {
    position: absolute;
    top: -80px;
    right: 0px;
}


/* 我们的服务流程 */

.serve {
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.serve-item {
    width: 300px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../image/serve-bg.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
    margin-bottom: 30px;
}

.serve-item:last-child {
    margin-right: 0px;
}

.serve-item p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
}


/* 我们的服务优势 */

.advantage {
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.advantage-item {
    width: 250px;
    height: 360px;
    background-color: #fff;
    /* padding: 5px; */
    margin-right: 8px;
    margin-bottom: 10px;
}

.advantage-item:last-child {
    margin-right: 0px;
}

.advantage-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.advantage-item p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    padding: 0 10px;
}

.production {
    max-width: 1540px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.production-item {
    width: 100%;
    background-color: #f3f3f3;
   margin-bottom: 10px;
}
.float-left-49 .production-item:nth-child(2) {
    margin-left: 2%;
}
.production-item video {
    width: 100%;
height: 500px;
   
}
.float-left-49:nth-child(2n) .production-item {
    margin-left: 2%;
}
.production-item-title {
    color: #333333;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

.production-more {
    max-width: 1540px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}


/* 新闻资讯 */

.new {
    max-width: 1540px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.new-tab {
    width: 100%;
    display: flex;
    justify-content: center;
}

.new-tab-item {
    width: 180px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    margin-right: 12px;
    text-align: center;
    box-shadow: 0px 0px 2px #9f9e9e;
    cursor: pointer;
}

.new-tab-item img {
    margin-left: 30px;
}

.new-tab-item img:nth-child(1) {
    display: inline-block;
}

.new-tab-item img:nth-child(2) {
    display: none;
}

.new-tab .active {
    background-color: #045899;
    color: #fff;
}

.new-tab .active img:nth-child(1) {
    display: none;
}

.new-tab .active img:nth-child(2) {
    display: inline-block;
}

.news {
    display: none;
}

.news-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item {
    width: 49%;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
}

.news-item-time {
    width: 24%;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    text-align: center;
    border-right: 1px solid #dedede;
}

.news-item-time span {
    font-size: 32px;
    text-align: center;
}

.news-item-info {
    flex: 1;
    padding-left: 20px;
}

.news-item-info h4 {
    font-size: 24px;
}

.news-item-info p {
    font-size: 18px;
    line-height: 40px;
}

.inAbout-shuju {
    display: flex;
    flex-wrap: wrap;
}

#art_content img{
	max-width: 100% !important;
width:100% !important;
}